home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / vclmax.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  438 b   |  18 lines

  1. //---------------------------------------------------------------------
  2. // vclmax.h - includes all vcl hdr files
  3. //
  4. // $Revision:   1.1.4.2  $
  5. // Copyright (c) 1997, 1998 Borland International
  6. //-------------------------------------------------------------------------
  7. #ifndef VCLMAX_H
  8. #define VCLMAX_H
  9.  
  10. #define INC_VCLDB_HEADERS
  11. #define INC_VCLEXT_HEADERS
  12. #define INC_ATL_HEADERS
  13.  
  14. #include <vcl0.h>
  15.  
  16. #endif // VCLMAX_H
  17.  
  18.